home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / mc / edit.spell.rc < prev    next >
Text File  |  2009-10-25  |  247b  |  12 lines

  1. #! /bin/sh
  2. # *** External Spell Checker for GNU Midnight Commander.
  3. # arguments:
  4. #    $1 - Name of the file being edited
  5. #    $2 - Name of the file to be processed
  6.  
  7. if aspell </dev/null >/dev/null 2>&1; then
  8.   aspell -c "$2"
  9. else
  10.   ispell "$2"
  11. fi
  12.